TCollections.CreateSet<T>(T[]) Method

Represents method CreateSet<T>(T[]).

Namespace: Spring.Collections
public
 class function CreateSet<T>(const values: array of T): ISet<T>; overload; static;

Type Parameters

T

Parameters

values
Type: array of T

Return Value

Type: ISet<T>